home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / examples / explog0.dfm / explog0.txt
Encoding:
Text File  |  1996-04-08  |  1.5 KB  |  76 lines

  1. object Form1: TForm1
  2.   Left = 128
  3.   Top = 103
  4.   Width = 673
  5.   Height = 390
  6.   Caption = 'Form1'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 424
  15.     Top = 8
  16.     Width = 109
  17.     Height = 16
  18.     Caption = 'Transmitted files:'
  19.   end
  20.   object ApdTerminal1: TApdTerminal
  21.     Left = 8
  22.     Top = 8
  23.     Width = 408
  24.     Height = 300
  25.     ComPort = ApdComPort1
  26.     DisplayRows = 25
  27.     DisplayColumns = 51
  28.     CaptureFile = 'APD.CAP'
  29.     Font.Color = clYellow
  30.     Font.Height = -12
  31.     Font.Name = 'Terminal'
  32.     Font.Pitch = fpFixed
  33.     Font.Style = []
  34.     ParentColor = False
  35.     ParentFont = False
  36.   end
  37.   object ListBox1: TListBox
  38.     Left = 424
  39.     Top = 24
  40.     Width = 233
  41.     Height = 284
  42.     ItemHeight = 16
  43.     TabOrder = 1
  44.   end
  45.   object TransmitAll: TButton
  46.     Left = 8
  47.     Top = 320
  48.     Width = 89
  49.     Height = 33
  50.     Caption = 'TransmitAll'
  51.     TabOrder = 2
  52.     OnClick = TransmitAllClick
  53.   end
  54.   object ApdComPort1: TApdComPort
  55.     TraceName = 'APD.TRC'
  56.     LogName = 'APD.LOG'
  57.     TriggerLength = 0
  58.   end
  59.   object ApdProtocol1: TApdProtocol
  60.     ComPort = ApdComPort1
  61.     FileMask = '*.*'
  62.     BlockCheckMethod = bcmNone
  63.     StatusDisplay = ApdProtocolStatus1
  64.     KermitPadCharacter = #0
  65.     OnProtocolFinish = ApdProtocol1ProtocolFinish
  66.     OnProtocolLog = ApdProtocol1ProtocolLog
  67.     Left = 32
  68.   end
  69.   object ApdProtocolStatus1: TApdProtocolStatus
  70.     Position = poScreenCenter
  71.     Ctl3D = True
  72.     Visible = False
  73.     Left = 64
  74.   end
  75. end
  76.